libxl: reorder libxl_device unplug functions
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 23 May 2012 10:06:49 +0000 (11:06 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 23 May 2012 10:06:49 +0000 (11:06 +0100)
commit59fe0758f419f5effea1b26b71a38625cbfa04e1
tree58f21fe00b1f300356c040d5ef9ee48b6addde8e
parent6aab68ff43c5e4714d3a36eee19b69f14a9ad555
libxl: reorder libxl_device unplug functions

This is a reorder of functions, no functional change. This is needed
because in future patches much code is added to libxl_device and it
needs to follow the usual ao operation scheme (prototypes, functions
and callbacks in order they should be called)

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_device.c